TouchEnded

public interface TouchEnded implements TouchEvent

An event indicating that the touch has ended.

Since

8.0.0

Types

Link copied to clipboard
public final class Builder
A builder of TouchEnded.

Functions

Link copied to clipboard
The touch points that contributed to the event.
Link copied to clipboard
Returns the keyboard modifiers applied.
Link copied to clipboard
public static TouchEnded.Builder newBuilder(List<TouchPoint> touches)
Creates a new TouchEnded builder with the given required parameters.
Link copied to clipboard
The touch points that have started on the target element of this event.
Link copied to clipboard
All touch points that are currently present on the screen.